Skip to content

Add TypeScript SDK coordinator schema-mapping tests#69297

Merged
jason810496 merged 1 commit into
apache:mainfrom
guan404ming:worktree-ts-schema-mapping-tests
Jul 9, 2026
Merged

Add TypeScript SDK coordinator schema-mapping tests#69297
jason810496 merged 1 commit into
apache:mainfrom
guan404ming:worktree-ts-schema-mapping-tests

Conversation

@guan404ming

Copy link
Copy Markdown
Member

Related Issue

closes: #69289

Why

Serialization tests validating that camelCase public options map to the supervisor schema's snake_case fields were deferred in #67908.

How

  • Add test asserting getXCom defaults locator fields from ctx with snake_case wire names
  • Add test asserting absent optional connection wire fields coerce to null public fields
  • Extend the dispatch integration test to cover try_number/map_index → tryNumber/mapIndex

Was generative AI tooling used to co-author this PR?
  • Yes (please specify the tool below)
    Claude Code with Fable 5

  • Read the Pull Request Guidelines for more information. Note: commit author/co-author name and email in commits become permanently public when merged.
  • For fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
  • When adding dependency, check compliance with the ASF 3rd Party License Policy.
  • For significant user-facing changes create newsfragment: {pr_number}.significant.rst, in airflow-core/newsfragments. You can add this file in a follow-up commit after the PR is created so you know the PR number.

@guan404ming
guan404ming marked this pull request as ready for review July 3, 2026 06:30
@guan404ming
guan404ming force-pushed the worktree-ts-schema-mapping-tests branch from e67e0b2 to a92feec Compare July 4, 2026 08:30
@jason810496

Copy link
Copy Markdown
Member

Nice, thanks!

@jason810496
jason810496 merged commit 354ee3c into apache:main Jul 9, 2026
65 checks passed
@jason810496 jason810496 moved this to Done in TS-SDK Jul 20, 2026
@jason810496 jason810496 added this to the TS SDK 1.0 Beta milestone Jul 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

TypeScript SDK: coordinator schema-mapping tests (camelCase to snake_case)

2 participants